const syscall.sys_SETRESGID

2 uses

	syscall (current package)
		setuidgid_linux.go#L18: 	sys_SETRESGID = SYS_SETRESGID
		syscall_linux.go#L1187: 		if _, _, e1 := AllThreadsSyscall(sys_SETRESGID, uintptr(rgid), uintptr(egid), uintptr(sgid)); e1 != 0 {